This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~George Rehipipulgon 7.Nov.03 05:03 PM a Web browser Domino Designer6.0.1 CF1Windows 2003
I am trying to run a Lotus Script agent from a web form. It is not trigeering consistently. It triggers for four or five times and then it will not trigger. Then I close the browser and log back in then it triggers. Here is how I am calling it from the web form.
On the web form I have action hotspot called
ForwardHistory. It is not hidden from web or notes. The formula it executes is
@Command([ToolsRunMacro];"SaveForwardingHistory")
There is a button on the form that has the following javascript:
document.all.ForwardHistory.onclick();
The code should trigger the agent behind the hotspot. Sometimes it does not.
Any ideas as to why it fails to trigger sometimes?